'Declaration Public Overloads Function AddChart( _ ByVal chartType As ChartType, _ ByVal sheet As Sheet, _ ByVal boundsInTwips As Rect, _ Optional ByVal chartInitializer As Action(Of WorksheetChart) _ ) As WorksheetChart
public WorksheetChart AddChart( ChartType chartType, Sheet sheet, Rect boundsInTwips, Action<WorksheetChart> chartInitializer )
Exception | Description |
---|---|
System.ArgumentNullException | if sheet is null. |
System.ComponentModel.InvalidEnumArgumentException | chartType is not defined in the Infragistics.Documents.Excel.Charts.ChartType enumeration. |
System.InvalidOperationException | if a chart is being added to the Shapes collection of another Chart is null. |
System.InvalidOperationException | if a Workbook.CurrentFormat doesn't support Chart mofications, e.g. 'Excel97To2003' or 'Excel97To2003Template'. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2